home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1994, Silicon Graphics, Inc.
- * All Rights Reserved.
- *
- * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- * the contents of this file may not be disclosed to third parties, copied or
- * duplicated in any form, in whole or in part, without the prior written
- * permission of Silicon Graphics, Inc.
- *
- * RESTRICTED RIGHTS LEGEND:
- * Use, duplication or disclosure by the Government is subject to restrictions
- * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- * rights reserved under the Copyright Laws of the United States.
- */
-
-
- #define PUP_CLEAR 0
- #define PUP_COLOR 1
- #define PUP_BLACK 2
- #define PUP_WHITE 3
- #define PUP_NONE 0
- #define PUP_GREY 0x1
- #define PUP_BOX 0x2
- #define PUP_CHECK 0x4
- #define PUP_CURSOR PUP_COLOR
-
- long newpup(Display *dpy, int screen);
- void addtopup(long pup, char *str, ...);
- long defpup(Display *dpy, int screen, char *str, ...);
- long dopup(long menu);
- void freepup(long menu);
- void setpup(long menu, long item, unsigned long arg);
-